home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / TabCell / MyController.h < prev    next >
Text File  |  1994-08-04  |  155b  |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MyController:Object
  5. {
  6.     id    backgroundView;
  7.     id    tabMatrix;
  8. }
  9.  
  10. - appDidInit:sender;
  11. - tabMatrixAction:sender;
  12.  
  13. @end
  14.